home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-05-02 | 1.1 KB | 62 lines |
- [INIT]
- DataDir = c:\serweb
- LogFile = .\web4ham.log
- ErrFiles = .\weber
- HTTPort = 80
- Debug = 0
- Iconic = 0
- LogAll = 0
- RxTimeout=30
- ;
- ;left hand side must be valid file name (8+3 chars)
- ;
- [PROGRAMS]
- PDXDEMO.SH =.\WEB2PDX.EXE DEMO
-
- ;
- ; keep this order: special hosts first!
- ; change entries starting 134.
- [255.255.255.255]
- ; dedicated hosts
- 127.0.0.1 = c:\serweb
- 134.100.9.166 = c:\serweb
-
- [255.255.255.0]
- ;dedicated class C subnets
- 135.100.9 = c:\serweb\classc
-
- [255.255.0.0]
- ;class B subnets
- 136.100 = c:\serweb\classb
-
- [255.0.0.0]
- ;class A subnets
- 137.0 = c:\serweb\classa
-
- ; all other hosts will have access to default DataDir
-
- ; we have to specify content-type here
- ; as new suffixes might be defined
- ;
- [SUFFIXES]
- HTM=text/html
- PS =text/postscript
- TXT=text/plain
- DOC=text/msword
- RTF=text/rtf
- GIF=image/gif
- JPG=image/jpeg
- MPG=video/mpeg
- WAV=audio/wav
- AU =audio/ulaw
- MID=audio/x-midi
- ARC=file/arc
- HQX=file/hqx
- LHA=file/lharc
- EXE=file/pcexe
- TAR=file/tar
- UUE=file/uuencode
- ZIP=file/zip
- ZOO=file/zoo
- Z =file/tar.z
-